@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -10);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.01, 0.01, 0.01, 1.01, 0, -10);
    }
    100% {
        transform: scale(1);
    }
}


section {
    font-size: 3.2vw;
}
div.image_sd_wrap {
  width: 350%;
  padding: 3vw 0;
}
.hamburger_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.hamburger_bg.on {
  opacity: 1;
  visibility: visible;
}
.pctt {
  display: none;
}
.mott {
  display: block;
}


.sub {
  font-size: 4.8vw;
  margin-bottom: 2vw;
}
.title {
  font-size: 6.6vw;
  letter-spacing: -0.2vw;
}
.subtt {
  font-size: 3.6vw;
}
.subttt {
  font-size: 3.6vw;
}
.mini_tt {
  font-size: 3.5vw;
  letter-spacing: 1vw;
  margin-bottom: 3vw;
}
.border_tt {
  font-size: 3.6vw;
  margin-bottom: 5vw;
}

.arrow {
  width: 8vw !important;
}




/* 공통버튼 */
.sec_btn {
  padding: 2.5vw 5vw;
  border-radius: 1.5vw;
  font-size: 3.5vw;
}
.sec_btn_bg {
  width: 80%;
  padding: 1.3vw;
  border-radius: 1vw;
}






/* 인트로 */
.index {
  flex-direction: column;
}
.index_box {
  width: 100%;
  height: 50vh;
  padding-top: 12vw;
}
.index_tt01 {
  margin-bottom: 2vw;
}
.index_tt02 {
  margin-bottom: 5vw;
}
.intro_05 {
  bottom: -37%;
}
.index_box.item2:hover .intro_05 {
  transform: translateY(-2vw);
}
.intro_01 {
  bottom: -4%;
}
.intro_02 {
  width: 25%;
  left: 69%;
  top: 58%;
}
.intro_03 {
  width: 7%;
  left: 20%;
  top: 48%;
}
.intro_04 {
  width: 10%;
  left: 4%;
  top: 39%;
}



/* 서브페이지 메뉴 */
.bcon_btnwrap {
  height: 10vw;
}
.bcon_btnwrap_move {
  gap: 6vw;
  height: 10vw;
  flex-wrap: wrap;
}
.bcon_btn {
  font-size: 3.4vw;
}
.bcon_btnwrap_move.on {
  top: 0;
  height: 24vw;
  padding-top: 14vw;
}
.bcon_btn::after {
  width: 8vw;
  height: 8vw;
}
.bcon_btnwrap.this {
  height: 20vw;
}
.bcon_btnwrap_move.this {
  height: 20vw;
  row-gap: 0vw;
  padding: 2vw 10vw;
}
.bcon_btnwrap_move.on.this {
  height: 32vw;
  padding-top: 15vw;
}


.header_menu_1 .header_menu_box {
  transform: translateY(0) !important;
}


/* 서브페이지 */
.sub_top {
  height: 60vw;
  margin-top: 0;
}
.sub_top_con {
  padding: 7vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_top_tt02 {
  text-align: center;
}

/* 인트로 */

.intro_06 {
  margin-right: 11vw;
  width: 45%;
}

























}
